Wed Feb 7 19:03:28 2007 Tim Janik <timj@gtk.org>
* gtk/gtkentry.c (gtk_entry_motion_notify): fixed motion request
condition which was wrongly ported with my last commit.
svn path=/trunk/; revision=17274
+Wed Feb 7 19:03:28 2007 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkentry.c (gtk_entry_motion_notify): fixed motion request
+ condition which was wrongly ported with my last commit.
+
Tue Feb 6 15:53:59 2007 Tim Janik <timj@imendio.com>
* gtk/gtktextview.c (gtk_text_view_motion_event):
if (entry->select_lines)
return TRUE;
- if (entry->text_area != event->window)
- gdk_event_request_motions (event);
+ gdk_event_request_motions (event);
if (entry->in_drag)
{